home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00903_Script_10N NoBuyers Continue Script
< prev
next >
Wrap
Text File
|
1995-05-21
|
629b
|
32 lines
on mouseDown
put "ContinueBTN" into f
put "ContinueBTNHL" into fHL
hiliter 23, f, fHL
puppetsound "button.aif"
updatestage
end MouseDown
on mouseUp
global theMovieName, FUG, park, g09a, LINGO, G22A
if theMovieName = "P10N22A.MOV" then
set LINGO = "c"
set g22A = "x"
end if
if theMovieName = "P10N22B.MOV" then
set LINGO = "c"
set g22A = "x"
end if
if theMovieName = "P10N22c.MOV" then
set LINGO = "c"
set g22A = "x"
end if
if theMovieName = "P10D09A.MOV" then
set park = "c"
set g09A = "x"
end if
GameContinue
end mouseUp